GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-10T22:00:37.2775888+00:00",
"SubmitDate": "2026-01-10T22:00:37.2775888+00:00",
"ReportPeriodStart": "2026-01-10T22:00:37.2775888+00:00",
"ReportPeriodEnd": "2026-01-10T22:00:37.2775888+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bfd51e00-19f6-4552-9cc1-97165c0f9f62",
"Rows": [
{
"ItemId": "78ccf32c-24c1-47e0-a6c6-ef1ad30d8f57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "78ccf32c-24c1-47e0-a6c6-ef1ad30d8f57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bfd51e00-19f6-4552-9cc1-97165c0f9f62",
"Rows": [
{
"ItemId": "78ccf32c-24c1-47e0-a6c6-ef1ad30d8f57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "78ccf32c-24c1-47e0-a6c6-ef1ad30d8f57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"48ae5779-6bb1-433c-bc18-706d4137c495",
"b75d6007-3a75-48cd-b97a-eb987e991e1d"
],
"Approvers": [
"b11d422e-b064-4b54-8984-9bdfe3adc385",
"260e3448-6361-47f5-b14a-6dee13fe5c32"
],
"ApprovedBy": "c75776aa-711d-4f79-8463-b50a2dae80df",
"ApprovalDate": "2026-01-10T22:00:37.2775888+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "56bd646d-3c18-442a-90ca-44c1ff4e1a40",
"id": "37175936-302f-4262-85d5-790bdb471a86",
"ConfigId": "d492df9e-ad1a-48f1-9b1d-ba4099d2755b"
},
{
"GenerationDate": "2026-01-10T22:00:37.2775888+00:00",
"SubmitDate": "2026-01-10T22:00:37.2775888+00:00",
"ReportPeriodStart": "2026-01-10T22:00:37.2775888+00:00",
"ReportPeriodEnd": "2026-01-10T22:00:37.2775888+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bfd51e00-19f6-4552-9cc1-97165c0f9f62",
"Rows": [
{
"ItemId": "78ccf32c-24c1-47e0-a6c6-ef1ad30d8f57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "78ccf32c-24c1-47e0-a6c6-ef1ad30d8f57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bfd51e00-19f6-4552-9cc1-97165c0f9f62",
"Rows": [
{
"ItemId": "78ccf32c-24c1-47e0-a6c6-ef1ad30d8f57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "78ccf32c-24c1-47e0-a6c6-ef1ad30d8f57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"48ae5779-6bb1-433c-bc18-706d4137c495",
"b75d6007-3a75-48cd-b97a-eb987e991e1d"
],
"Approvers": [
"b11d422e-b064-4b54-8984-9bdfe3adc385",
"260e3448-6361-47f5-b14a-6dee13fe5c32"
],
"ApprovedBy": "c75776aa-711d-4f79-8463-b50a2dae80df",
"ApprovalDate": "2026-01-10T22:00:37.2775888+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "56bd646d-3c18-442a-90ca-44c1ff4e1a40",
"id": "37175936-302f-4262-85d5-790bdb471a86",
"ConfigId": "d492df9e-ad1a-48f1-9b1d-ba4099d2755b"
}
]